home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / html-related / hsc / source / hsclib / posteval.h < prev    next >
C/C++ Source or Header  |  1996-07-06  |  378b  |  24 lines

  1. /*
  2.  * hsclib/posteval.h
  3.  *
  4.  * functions to postprocess attributes
  5.  * (remember IDs, references, etc)
  6.  */
  7.  
  8. #ifndef HSCLIB_POSTEVAL_H
  9. #define HSCLIB_POSTEVAL_H
  10.  
  11. /*
  12.  *
  13.  * extern references
  14.  *
  15.  */
  16. #ifndef NOEXTERN_HSCLIB_POSTEVAL_H
  17.  
  18. extern BOOL postprocess_tagattr(HSCPRC * hp, HSCTAG *tag, BOOL open_tag);
  19.  
  20. #endif /*  NOEXTERN_HSCLIB_POSTEVAL_H */
  21.  
  22. #endif /* HSCLIB_POSTEVAL_H */
  23.  
  24.